home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global Plane, Step
- if Step < 10 then
- set theFile to "STEP0"
- else
- set theFile to "STEP"
- end if
- set theFolder to "P" & string(Plane) & ":Audio:"
- set theStep to theFile & string(Step) & ".AIF"
- startAnnotTimer()
- sound playFile 1, the pathName & theFolder & theStep
- end
-